/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, times new roman, sans-serif;
	color: #003333;
	background-image: url(../images/bg_page2.gif);
	background-repeat: no-repeat;
			}

#leftbox {
    position: absolute;
	top: 85px;
	left: 3px;
	width: 168px;
	}

/***
#middlenav { 
top: 80px;
margin: 0 34% 0 170px;
width: 20%;
border-left: 2px solid #000;
border-right: 2px solid #000;
background-color: #FFFFFF;
}
***/


ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 91px;
	left: 218px;
	width: 205px;
	background-color: #1863a5;
		}
	
	/**height: 48px;**/
	
	ul.navbar li {
	font-size: 70%;
	background: white;
	margin: 0.1em 0;
	padding: 0.1em;
		}
	/**border-right: 1.2em solid #317abc;**/
	
			
	
	ul.navbar a {
	text-decoration: none ;}
	
	a:link {
	color: #197abf;}

	a:visited {
	color: purple;}
	
	a:hover {
	color:#000066;
		}

#rightbox {
   	position: absolute;
	right: 2%;
	left: 434px;
	top: 86px;
	height: 412px;
	width: 344px;
		}

#rightbox p{
font-size: 80%;
margin: 5px;

}

#rightbox h1{
font-size: 110%;
color: #003366;
margin: 5px;
}

#rightbox h2{
font-size: 100%;
color: #003366;
margin: 5px;
}

 

ul.list {
	list-style-type: square;
	padding: 5px;
	color: #000000;
	font-size: 80%;
	
}

ul.list a{
color: #6699FF
}

ul.list a:hover{
color: #000066
}

ul.list a:visited{
color: #660066
}

#footer{
	position: absolute;
	left: 338px;
	top: 561px;
	width: 491px;
	
}


#footer p{
font-size: 60%;
color: #337cc3;
padding: 5px;
text-align: center;
}
